@charset "utf-8";
body{background: url(../images/public/body_bg.png) no-repeat top center; background-size:cover; }
/* 所有类名用小写，中横线 */
input::-webkit-input-placeholder{color: #cccccc;font-size: 16px;}
a:hover{color:#4675bd;}

/*** layout ***/
@media (min-width: 1440px) {
  
}
.body-body{position: relative;}
.shadow-box{background: #fff;box-shadow:-3px -9px 24px rgb(0, 0, 0,.10);}
.page-shadow{background: #fff;padding:0px 25px; box-shadow:-3px -9px 24px rgb(0, 0, 0,.10); }

/* tab */
/* 
两种风格标题选项卡样式
.tab-brief:简洁型
.tab-card:卡片型
.res:需要小屏下响应时用，常用于标题个数多，一排放不下的情况
.js-tab:js-开头的类名只用于脚本查询DOM用，不建议在该类下写样式
.more:率属于某一块下的类名，不建议单独写全局样式，会影响到其他更多样式
 */
.tab-brief > .hd ul{float: left;}
.tab-brief > .hd li{float:left; position: relative; padding: 0 0 14px; font-size: 1.5em; color: #A6A6A6; font-weight: bold;}
.tab-brief > .hd li + li{margin-left: 50px;}
.tab-brief > .hd li a{color: #A6A6A6;}
.tab-brief > .hd li:after{content: ''; position: absolute; width:0; bottom:-1px; left:50%;margin-left: -20px; height: 4px; background: #FF8D1A;transition: all .3s; -webkit-transition: all .3s; overflow: hidden;}
.tab-brief > .hd li.on:after{width: 40px;}
.tab-brief > .hd li.on a{color: #000000;}
.tab-brief > .hd .more{padding-top: 7px; float: right;}

.tab-card > .hd{line-height:46px; background: #f4f4f4;}
.tab-card > .hd ul{float: left;}
.tab-card > .hd li{float:left; position: relative;font-size: 1.125em;}
.tab-card > .hd li a{display: block; padding: 0 20px; text-align: center; font-weight: bold; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; background: #f4f4f4;}
.tab-card > .hd li.on{cursor:pointer;}
.tab-card > .hd li.on a{background:#1e51b1; color: #fff;}
.tab-card > .hd li.on:after{width: 100%;}
.tab-card > .hd .more{float: right; margin-right: 15px;}
.tab-card.arrow > .hd{font-weight: normal;}
.tab-card.arrow > .hd li.on:after{content: ''; position: absolute; width: 0; height: 0; left: 50%; top: 100%; border:transparent solid 8px; border-top-color: #0f59a4; margin-left: -8px;}

.tab-brief.line > .hd li span{font-weight: normal;font-size: 31px;color:#A6A6A6; position: absolute;left: -30px}
.tab-brief.line > .hd li + li{margin-left: 49px;}

.com-more a{color:#A6A6A6; font-size: 14px; }
.com-more a i{margin-left: 2px;}
.com-more a:hover{color:#0046a9;}

.tab-brief .bd > .item .infolist, 
.tab-card .bd > .item .infolist{margin-top: 10px;}
.js-tab .more a + a{display: none;}
.js-tab > .bd > * + * {display: none;}

.m-com-more{clear: both; margin-top:20px; text-align:center; line-height:40px; background-color:#f5f5f5; border-radius:5px; display: none;}
.m-com-more a{color:#666;}
.m-com-more a:hover{color: #333;}
.m-com-more.bg-white{background: #fff;}

.res-bd .hd{display: none;}

@media (max-width: 1500px) {
  .tab-brief > .hd li{font-size: 1.4em;}
}
@media (max-width: 640px) {
  .tab-res .res-hd{display: none;}
  .res-bd .hd{display: block;}
  .res-bd .tab-brief{display: block!important;}
  .tab-brief > .hd ul li{font-size: 1.125em;}
	.res.tab-brief > .hd ul li{margin:0 10px 10px 0 !important; padding: 0; border-bottom:none; font-size: 1.125em;}
	.res.tab-brief > .hd ul li a{display: block; padding:7px 12px !important; line-height:1.5; background-color:#f1f1f1; color: #666;}
  .res.tab-brief > .hd ul li.on a{color:#fff; background-color:#1a56a8;}
  .res.tab-brief > .hd li:after{display: none;}
  .res.tab-brief .bd > .item > .newsList{margin-top: 0;}

  .res.tab-card > .hd{margin-bottom: -10px; background: none; border-bottom: #dfdfdf 1px solid;}
  .res.tab-card > .hd ul li{margin:0 10px 10px 0 !important; font-size: 1.125em;}
  .res.tab-card > .hd ul li a{ padding:7px 12px !important; height: auto; line-height:1.5; color: #666; }
  .res.tab-card > .hd ul li.on a{background:#1a56a8; color: #fff;}
  .res.tab-card > .bd .item > .newsList{margin-top: 0;}
  .tab > .hd .more,
  .tab-card > .hd .more,
  .tab-brief > .hd .more{display: none;}

  .m-com-more{display:block;}
  

}


/* infolist */
/***
稿件列表样式：
dot:标题前带小点
md:日期-月日
ymd：日期-年月日
line:每条信息之间含分割下滑线
col2:两列
col3:三列
col4:四列
space20:多列之间含20px的间距
space30:多列之间含30px的间距
多列在768以下响应变成一列
res:480以下标题由一行响应成多行显示
以上类名采用简写方式，便于阅读书写，不可单独写样式，以免冲突覆盖样式。注意不要与base.css中的全家类名冲突
 ***/
.infolist{clear: both;}
.infolist li{position:relative; padding-top: 8px; padding-bottom: 9px; line-height:26px; overflow:hidden; vertical-align: top;font-size: 1.125em;}
.infolist li a{float: left; position: relative; max-width: 100%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; }
.infolist li, .infolist li a{-moz-box-sizing: border-box; -welit-box-sizing: border-box; box-sizing: border-box;}
.infolist li .time{position:absolute; right:0; top: 0; bottom: 0; height: 26px; margin: auto 0; color:#999999;}
.infolist li a br{display: none;}
.infolist li:hover a, .infolist li a:hover{color: #ea2b22;}
.infolist li:hover span{color:#ea2b22;}
.infolist.md li{padding-right:60px;}
.infolist.ymd li{padding-right:100px;}

.infolist.dot li a{padding-left: 18px;}
.infolist.dot li a:before{content:''; position:absolute; left:0; top: 50%; margin-top: -2px; width: 5px; height: 5px; background: #2A82E4; border-radius: 50%;}
.infolist.dot li:hover a:before{background: #ea2b22;}

.infolist.line li{border-bottom: 1px solid #e1e5eb;}
.infolist.line li{padding-top: 14px; padding-bottom: 14px;}

.infolist span.zlxz{color:#2452B5;background: url(../images/zwfw/zwfw_icon_zlxz.png) no-repeat right; background-size: 16px;position: absolute; right: 0;padding-right: 25px;}

.infolist h4{display: block;position: relative; overflow: hidden;}
.infolist.col2 li, .infolist.col3 li, .infolist.col4 li{float: left;padding-right: 0;}
.infolist.col2 li{width: 50%;}
.infolist.col3 li{width: 33.33333%;}
.infolist.col4 li{width: 25%;}
.infolist.space20{margin-left: -10px; margin-right: -10px;}
.infolist.space20 li h4{margin-left: 10px; margin-right: 10px;}
.infolist.space20.infolist.md li h4{padding-right:70px;}
.infolist.space20.infolist.ymd li h4{padding-right:110px;}
.infolist.space30{margin-left: -15px; margin-right: -15px;}
.infolist.space30 li h4{margin-left: 15px; margin-right: 15px;}
.infolist.space30.infolist.md li h4{padding-right:75px;}
.infolist.space30.infolist.ymd li h4{padding-right:115px;}

.infolist.split5n li:nth-child(5n){margin-bottom:15px; padding-bottom:25px; border-bottom:1px dashed #e5e5e5;}

@media (max-width: 768px) {
  .infolist li{font-size: 1em;}
	.infolist.col2, .infolist.col3, .infolist.col4{margin-left: 0; margin-right: 0;}
	.infolist.col2 li, .infolist.col3 li, .infolist.col4 li{width: 100%; padding-left: 0;}
	.infolist.md[class*="space"] li h4{padding-right:60px;}
	.infolist.ymd[class*="space"] li h4{padding-right:100px;}
}

@media (max-width: 480px) {
	.res.infolist li{padding-right:0 !important; position: relative;}
	.res.infolist li a{ position: static; float: none; max-width:none; padding-left: 0; padding-right:12px; white-space:normal;}
	.res.infolist li .time{position:static; display: inline-block;}
	.res.infolist li a:before{top: 20px; margin-top: 0;} /*10+padding*/
	.res.infolist.line li a:before{top: 24px;}
	.res.infolist.dot li{padding-left: 18px;}
}


/* com-title */
.com-title h3{position:relative; display: inline-block; font-size:1.25em; font-weight:bold; color:#333;}
.com-title h3 a{color:#333;}
.com-title h3 a:hover{color:#4675bd;}
.com-title.square h3:before{position:absolute; top:50%; left:0; content:""; width:4px; height:16px; margin-top:-7px; background-color:#0557ac;}
.com-title.square h3{padding-left:20px;}
.com-title.square.orange h3:before{background: #ee5e37;}
.com-title.underline h3{padding-bottom: 18px;}
.com-title.underline h3:after{position:absolute; bottom: 0; left:0; content:""; width:100%; height:3px; background-color:#4675bd;}
.com-title.fs28 h3{font-size: 1.75em;}

/* 单行省略号 */
.elli-s{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; max-width: 100%;}
/* 多行省略号 */
.elli-m{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}

.transition,
.transition *{-webkit-transition: 300ms; -moz-transition: 300ms; -o-transition: 300ms; transition: 300ms;}

.imgscale img{-moz-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s;}
.imgscale img:hover{-moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); -webkit-transform:scale(1.05); transform:scale(1.05);}


.place{position: relative; z-index: 2; display: block; padding-top: 56.25%; overflow: hidden;}
.place .pic{position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; display: block; overflow: hidden;}
.place .pic img,
.place .pic video{display: block; width: 100%; height: auto; min-height: 100%; object-fit: cover;}

@media (max-width:414px) {
  .place{padding-top: 66.67%;}
}

/* 当前位置crumb */
.crumb{border-bottom: 1px solid rgb(0, 0, 0,.10);}
.crumb h2{ padding:21px 10px 21px 25px; color:#808080; line-height: 28px; font-size:1em; font-weight: normal; background: url(../images/public/icon_position.png) no-repeat 0px center; background-size: 15px;}
.crumb a{color:#808080;}
.crumb a:hover{color: #4675bd;}
.crumb span{color: #4675bd;}
.crumb.gray{padding-top: 5px; background: #f5f5f5;}
.crumb.gray h2{padding: 15px 15px 15px 30px; background-position: 0 center;}
@media (max-width: 992px){
	.crumb h2{padding-left: 28px; background-position: 0 24px;}
}

/* 内页innerpage */
.body-bg{background: #f2f3f5;}
.container-innerpage > .padding{position: relative; padding:25px; background: #fff;}
.sidebar{float:left; width:17.5%;}
.maincontent{float:right; position: relative; width:82.5%;}
.maincontent .inbox{padding-left:20px; margin-left: 20px;}
.maincontent .detail{padding-right:0!important; padding-bottom:0!important;}
.maincontent .page_list{margin-bottom:15px;}
.sidebar .inbox{position: relative;}
/* .sidebar .inbox:after, .maincontent:before{content: ''; width: 1px; height: 100%; position: absolute; top: 0; bottom: 0; background: #eeeeee;} */
.sidebar .inbox:after{ right: -21px;}
.maincontent:before{ left: 20px;}

.parentname{position:relative; z-index:11; line-height:160%; padding:12px 15px; margin-bottom:10px; font-size:1.25em; color:#fff; font-weight: bold; text-align:center; background:#4675bd;}
.parentname font{display:inline-block; vertical-align:top; line-height:1.4em;}

.sidenav{position:relative; z-index:13; overflow:hidden;background: #fff}
.sidenav li{margin-bottom:10px;}
.sidenav li a{position:relative; display:block; padding:19px 20px; color: #365f93; font-size:1.125em; line-height:1.6em; text-align:center;}
.sidenav li a{border-top:1px solid #E5E5E5}
.sidenav li a:hover{ background-color:#eee;}
.sidenav li.on a{color:#fff; background-color:#2452B5; font-weight: bold;position: relative;}
.sidenav li:hover a::before,
.sidenav li.on a::before{position: absolute;content: '';background: #FF8D1A;width: 9px; height: 30px; right: 0;border-top-left-radius: 10px;border-bottom-left-radius: 2px;}
.sidenav li.img a{padding: 0;}
.sidenav li.img a img{display: block; transform: .3s all;}
.sidenav li.img a:hover img{opacity: .85;}

.pagetitle{padding-bottom: 15px; padding-top: 9px; border-bottom: 1px solid #e5e5e5;}
.pagetitle h2{display: inline-block; position: relative; padding-left: 25px; font-size: 1.5em; color: #4675bd; font-weight: bold; }
.pagetitle h2:before{content:''; position: absolute; width: 5px; height: 18px; left: 0; top: 10px; background: #ee5e37;}
.pagelists .setModule:last-child{margin-bottom: 0;}

.singlepage{clear:both; line-height:2.25; overflow:hidden;}
.singlepage p{margin:15px 0;}
.singlepage table,
.singlepage video,
.singlepage img{max-width:100%;}


@media (max-width: 992px){
  .sidebar, .maincontent{float:none; width:100%;}
  .sidebar .inbox:after, .maincontent:before{display: none;}
  .maincontent .inbox{padding-left:0; margin-left: 0;}
  .maincontent .rel-appendixs{border-top-width:1px; border-top-style:dashed;}

  .m-sidebar{position:fixed; left:-200px; top:0; bottom:0; z-index:99; background:rgba(0,0,0,0.6)!important; width:200px!important; transition: all .3s; -webkit-transition:all .3s;}
  .m-sidebar.active{left: 0; box-shadow:0 0 5px rgba(0,0,0,0.4);}
  .m-sidebar-mark{position:fixed; top:0; bottom:0; left:0; right:0; background-color:rgba(0,0,0,0.3); z-index:10; display:none;}
  .m-sidebar > .inbox{overflow-y: auto; max-height: 100%; overflow-x:hidden;}
  .m-sidebar-icon{position:absolute; left:100%; bottom:0; z-index:13; width:60px; height:60px; background:url(../images/sidenav_open.png) no-repeat center center; background-color:rgba(0,0,0,0.6); border-radius:0 8px 0 0;   cursor: pointer; box-shadow: 0 0 5px rgba(0,0,0,0.5); background-size: 45px 45px;}
  .m-sidebar-icon-open{transform: rotate(180deg); border-radius: 0 0 0 4px;}
  .parentname{margin-bottom: 1px; text-align: left;}
  .sidenav li{margin-bottom:0; border-top:none;}
  .sidenav li a{padding-top: 12px; padding-bottom: 12px; border-bottom:1px solid rgba(255,255,255,.8); text-align: left;}

}

@media (max-width: 768px){
	.container-innerpage{padding-left:0; padding-right: 0;}
	.container-innerpage > .padding{padding: 20px;}
}

/* piclist */
/* ===
.space*:每一列之间间隔*px
.col*: 列表分*列
.ratio-***:图片比例
===*/
.piclist{overflow:hidden; zoom:1;}
.piclist li{position:relative; float:left; }
.piclist li a{display:block; font-size:1em; overflow:hidden;}
.piclist li .pic{position: relative; width:100%; height: 0; overflow: hidden;}
.piclist li .pic img{ display:block; position: absolute; left: 0; top: 0; width:100%; height:100%;}
.piclist li .txt{display:block; padding:15px; text-align:center; background-color:#f4f4f4;}
.piclist li .txt br{display: none;}
.piclist.col3 li{width:33.333%;}
.piclist.col4 li{width:25%;}
.piclist.space30{margin-left: -15px; margin-right: -15px;}
.piclist.space30 li a{margin-left: 15px; margin-right: 15px; margin-bottom: 30px;}
.piclist.ratio-pagetpxw .pic{padding-bottom: 56.25%;}

@media (max-width: 768px) {
	.piclist.space30{margin-left: -10px; margin-right: -10px;}
	.piclist.space30 li a{margin-left: 10px; margin-right: 10px; margin-bottom: 20px;}
}

@media (max-width: 640px) {
	.piclist[class*="col"] li{width: 50%;}
}



/*pages*/
.pages{ clear:both; padding:20px 0; line-height:28px; text-align:center; color:#555; font-size:15px;}
.pages .pagination_index_last *{vertical-align:middle\9;}
.pages a{display: inline-block; padding:0 10px; margin:3px; zoom:1; color: #555; border:#dfdfdf 1px solid; border-radius:3px;
	transition: all .2s;
	-webkit-transition: all .2s;
	background: #f1f1f1;
	background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
	background: linear-gradient(#ffffff 10%, #f1f1f1);}
.pages a.current, .pages a:hover{background:#2461b1; border-color:#2461b1; color:#fff; text-decoration:none;}
.pages a.current{font-weight: bold;}

/* 外链跳转 */
.alert-mengban{position: fixed;top: 0px;left: 0px;z-index: 1000;background:rgba(0,0,0,0.7); filter: alpha(opacity=80) !important;width: 100%;height: 100%;display: none;}
.alert-warning{position: fixed;left: 50%;  top: 50%; margin-left:-300px; margin-top: -160px; width: 600px;height: 270px;background:#fff;z-index: 10001;display: none; border:2px solid;border-radius:10px;}
.alert-delete{width: 100%;height: 38px;position: relative;}
.alert-delete span{position: absolute; top:10px; right: 10px; width: 20px; height: 20px; line-height: 20px; color:#fff; text-align: center; background: #bebebe; cursor:pointer;}
.alert-delete span:hover{background: #929292;}
.alert-wzsm{width: 520px;height: 100px;margin: 15px auto 0; line-height: 35px;font-size: 1.5em;color: #000;text-align: center; padding-bottom: 15px;border-bottom: 1px solid #d4d4d4;}
.alert-footer{width: 100%; padding: 25px 0; text-align: center; color: #000;}	
.alert-footer span{cursor: pointer; display: inline-block; margin: 0 12px; font-size: 1.25em;}
.alert-warning .continue{width: 124px; height: 42px; color: #ab0d07; border-radius:3px; -webkit-border-radius:3px; border:#e1e1e1 1px solid; text-align: center; line-height: 42px; box-shadow: 0 0 10px rgba(0,0,0,0.2) inset; -webikt-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;}	
.alert-warning .fangqi{line-height: 42px;  color: #ab0d07;}	
@media (max-width: 640px) {
	.alert-warning{left:2%;margin-left:0; width: 96%; height: auto;}	
	.alert-wzsm{width: 90%;height: auto;margin: 15px auto 0; line-height: 28px;font-size: 18px;color: #000;text-align: center; }
}


/*menu-cards*/
/***
菜单卡片样式：
.space*:菜单之间含*的间距
.break:图标和文字分两行显示，其它则表示图标和文字显示在同一水平线上
.col*:一行*列
分辨率在1480合并间距为20像素
分辨率在1280合并间距为15像素
分辨率在992合并间距为1像素
以上类名采用简写方式，便于阅读书写，不可单独写样式，以免冲突覆盖样式。注意不要与base.css中的全家类名冲突
 ***/
 .menu-cards li{float: left; width: 100%;}
 .menu-cards li a.item{position: relative; display: block; text-align: center;}
 .menu-cards li a.item i{display: inline-block; position: relative; width: 60px; height: 60px; margin-right: .3125em; vertical-align: middle; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;}
 .menu-cards li a.item i img{display: block; position: relative; z-index: 2; width: 100%; height: 100%;}
 .menu-cards li a.item i:before{position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; z-index: 1; background-repeat: no-repeat;}
 .menu-cards li a.item span{display: inline-block; position: relative; vertical-align: middle; line-height: 1.2em; text-align: left; width: 70%; max-width: 70%;}
 .menu-cards li a.item span b{display: block;}
 .menu-cards li a.item.rotateY360 i{-webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none;}
 .menu-cards li a.item.rotateY360:hover i img{transform: rotateY(360deg); transition: all .5s linear;}
 
 .menu-cards li a.item.inline{padding-top: .75em; padding-bottom: .75em; text-align: center;}
 .menu-cards li a.item.inline:before{display: inline-block; vertical-align: middle; content: ""; width: 0; height: 3em;}
 .menu-cards li a.item.inline span{text-align: center; width: 93%; max-width: 93%; line-height: 1.5em;}
 
 .menu-cards.break li a.item{text-align: center;}
 .menu-cards.break li a.item i{display: block; margin: 0 auto 1em;}
 .menu-cards.break li a.item span{display: block; max-width: none; width: auto; text-align: center; transition: .3s all;}
 
 .menu-cards.lightblue a.item{background: #F4F9FE;}
 .menu-cards.lightblue a.item:hover{background: #F4F9FE;}
 
 .menu-cards.shadow li a.item{padding-top: 23px; padding-bottom: 23px; background: #fff; box-shadow: 0px 0px 20px 0 rgba(184,188,209,.39);}
 .setIE.ie8 .menu-cards.shadow li a.item{border: 1px solid #B8BCD1;}
 .menu-cards.radius{border-radius: 5px; }
 
 .menu-cards.col2 li{width: 50%;}
 .menu-cards.col3 li{width: 33.33333%;}
 .menu-cards.col4 li{width: 25%;}
 .menu-cards.col5 li{width: 20%;}
 .menu-cards.col6 li{width: 16.66667%;}
 
 .menu-cards.space10{margin-top: -10px; margin-right: -5px; margin-left: -5px;}
 .menu-cards.space10 li a{margin: 10px 5px 0;}
 .menu-cards.space20{margin-top: -20px; margin-right: -10px; margin-left: -10px;}
 .menu-cards.space20 li a{margin: 20px 10px 0;}
 .menu-cards.space30{margin-top: -30px; margin-right: -15px; margin-left: -15px;}
 .menu-cards.space30 li a{margin: 30px 15px 0;}
 @media (max-width:1500px){
   .menu-cards.space30{margin: -20px -10px 0 -10px;}
   .menu-cards.space30 li a{margin: 20px 10px 0 10px;}
 }
 @media (max-width:1280px){
   .menu-cards{margin: -15px -7px 0 -8px !important;}
   .menu-cards li a{margin: 15px 7px 0 8px !important;}
 }
 @media (max-width:992px){
   .menu-cards{margin: -1px 0 0 -1px !important;}
   .menu-cards li a{margin: 1px 0 0 1px !important;}
   .menu-cards.unmerge{margin: -15px -7px 0 -8px !important;}
   .menu-cards.unmerge li a.item{margin: 15px 7px 0 8px !important;}
   .menu-cards.res li{width: 33.33333% !important;}
   .menu-cards.col4.res li{width:50% !important;}
 }
 @media (max-width:450px){
   .menu-cards.res li{width: 50% !important;}
   .menu-cards.shadow li a.item{padding-top: 15px; padding-bottom: 15px;}
 }

 /*** 滚动条 ***/
.scrollbar{position: relative;}
.scrollbar > *{border: none!important; margin-left: -1px;}
/*** 滚动条轨道 ***/
.scrollbar::-webkit-scrollbar-track{box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); border-radius: 3px; background: #f1f1f1;}
/*** 滚动条滑块 ***/
.scrollbar::-webkit-scrollbar-thumb{border-radius: 3px; box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); background: #6aa3f2;}
.scrollbar.y{overflow-y: auto;}
.scrollbar.y::-webkit-scrollbar{width: 6px;}
.scrollbar.x{overflow-x: auto;}
.scrollbar.xy::-webkit-scrollbar{height: 6px;}
.scrollbar.xy{position: relative; overflow: auto;}
.scrollbar.xy::-webkit-scrollbar{width: 6px; height: 6px;}


/*** 动画 ***/
.set-anim{-webkit-animation-duration: 0.3s; -webkit-animation-fill-mode: both; animation-duration: 0.3s; animation-fill-mode: both;}
.set-anim-upbit{-webkit-animation-name: set-upbit; animation-name: set-upbit;}
/*** 微微往上滑入 ***/
@-webkit-keyframes set-upbit{
  from {-webkit-transform: translate3d(0, 15px, 0); opacity: 0.3;}
  to {-webkit-transform: translate3d(0, 0, 0);  opacity: 1;}
}
@keyframes set-upbit{
  from{transform: translate3d(0, 15px, 0);  opacity: 0.3;}
  to{transform: translate3d(0, 0, 0);  opacity: 1;}
}



/*pages*/
.pages{ clear:both; padding:20px 0; line-height:28px; text-align:center; color:#555; font-size:15px;}
.pages .pagination_index_last *{vertical-align:middle\9;}
.pages li{display: inline-block;}
.pages a{display: inline-block; padding:0 10px; margin:3px; zoom:1; color: #555; border:#dfdfdf 1px solid; border-radius:3px;
	transition: all .2s;
	-webkit-transition: all .2s;
	background: #f1f1f1;
	background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
	background: linear-gradient(#ffffff 10%, #f1f1f1);}
.pages a.current, .pages a:hover{background:#2461b1; border-color:#2461b1; color:#fff; text-decoration:none;}
.pages a.current{font-weight: bold;}
.pages .page_jump input{border: 1px solid #ddd; width: 50px; height: 30px;margin-top: -3px;}



/* 飘窗 */
.pc-btn-close{ display:block; background:url(../images/public/pc_icon_close.png) no-repeat right center; color:#555555; cursor:pointer; font-size:12px; padding-right: 16px; text-align:right;
}
@media (max-width:1280px){
  .piaochuang{display: none;}
}


/* 归档 */
.guidang{position: absolute; top: -45px; right: 0; width: 258px; height: 104px; background: url(../images/public/guidang.png) no-repeat; z-index: 9;}
.guidang span{display: block; padding: 4px 0 0 116px; line-height: 32px; color: #c81208; font-size: 1em; font-weight: bold; transform:rotate(-2deg); 
-ms-transform:rotate(-2deg); 	/* IE 9 */
-moz-transform:rotate(-2deg); 	/* Firefox */
-webkit-transform:rotate(-2deg); /* Safari 和 Chrome */
-o-transform:rotate(-2deg);}

/*对联广告*/
.duilian{position: absolute;top: 0;z-index: 100;overflow: hidden; display: none;}
.duilian .duilian-close {padding-top: .625em;padding-bottom: .625em;font-size: .9375em; text-align: center; }
.duilian .duilian-close a {display: inline-block;width: 80px;height: 16px;text-indent: -9999999px; background: url(../images/public/close.gif) no-repeat center center; overflow: hidden;}
.duilian .duilian-box {position: relative;float: left;clear: both;}
.duilian .duilian-box .duilian-con {text-align: center; overflow: hidden;margin-bottom: 1.25em;width: 120px;}
.duilian .duilian-box .duilian-con dd img {display: block;width:120px;}
.duilian .duilian-box .duilian-con dt{margin-top: .5em;color:#666666}
.duilian .duilian-box .duilian-con a{display: block}
.duilian-left {left: 15px;}
.duilian-right {right: 21px;}
.gonggao{width: 240px;}
.gonggao .caption{color: #fff; height: 32px; line-height: 32px; background: #1f528f; padding-left: 10px;}
.gonggao .caption span{cursor: pointer; position: absolute; top: 0; right: 0; width: 32px; height: 32px; line-height: 32px;}
.gonggao .borderbox{border: 1px solid #ccc; border-top: none; overflow: hidden; background: #fff}
.gonggao .borderbox .desc{padding: 10px; line-height: 1.8; text-indent: 2em;word-wrap: break-word; word-break :break-all;}

@media (max-width:1600px) {
  .duilian .duilian-box .duilian-con dd img {display: block;width:80px;}
  .duilian,.duilian .duilian-box .duilian-con{width: 80px;}
}

@media (max-width:1280px) {
  .duilian{display: none!important;}
}


/*easybtn*/
.easybtn{position: absolute; top: 20%; left: 20px; z-index: 1900;}
.easybtn .quick-panel{-webkit-transition: top ease .4s; -moz-transition: top ease .4s; -ms-transition: top ease .4s; transition: top ease .4s;}
.easybtn dl{position: relative; margin-bottom: 20px;}
.easybtn dl dt a{display: block; width: 40px; height: 40px; padding: 12px; background: #fff; box-shadow: 0 0 18px rgba(102, 157, 217, 0.2); border-radius: 50%; transition: all .3s; cursor: pointer; overflow: hidden;}
.easybtn dl dt a:before{content: ""; display: block; margin: 0 auto; width: 100%; height: 100%; background: url(../images/public/easybtn_icons.png) no-repeat; -webkit-transition: all linear .4s;}
.easybtn dl dt a span{display: none; text-align: center; line-height: 20px; white-space: nowrap;}
.easybtn dl.on dt a{box-shadow: none; background: url(../images/public/easybtn_itm_on.png) no-repeat !important;}
.easybtn dl dt a:hover{box-shadow: none; background: url(../images/public/easybtn_itm_on.png) no-repeat !important;}
.easybtn dl.dl-wx dt a:before{background-position: 0 -40px;}
.easybtn dl.dl-wb dt a:before{background-position: 0 -80px;}
.easybtn dl.dl-sjb dt a:before{background-position: 0 -120px;}
.easybtn dl.dl-yssgzh dt a:before{background-position: 0 -160px;}
.easybtn dl.dl-gotop dt a:before{background-position: 0 -240px;}
.easybtn dl.dl-toggle dt a:before{background-position: 0 -280px;}
.easybtn dl.dl-gotop{display: none;}

.easybtn dl dd{position: absolute; left: 120%; top: 0; display: none;}
.easybtn dl dd .cont{position: relative; padding: 10px; *border: #e2e2e2 1px solid; background: #fff; -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2); -ms-box-shadow: 0 0 10px rgba(0,0,0,0.2); -o-box-shadow: 0 0 10px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2); box-shadow: 0 0 10px rgba(0,0,0,0.2); -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
.easybtn dl dd img{display: block; width: 100%; min-width: 120px;}
.easybtn dl dd span{display: block; text-align: center; padding-top: 6px; font-size: 14px; color: #666; line-height: 18px; white-space: nowrap;}
.easybtn dl dd .cont:after{position: absolute; left: -20px; top: 15px; content: ""; width: 0; height: 0; overflow: hidden; border: 10px solid transparent; border-right-color: #fff;}
.easybtn dl dd .cont:before{position: absolute; left: -22px; top: 14px; content: ""; width: 0; height: 0; overflow: hidden; border: 11px solid transparent; border-right-color: #dae0e4;}
.easybtn dl dd.share{bottom: 10px; background: #fff; border: 1px solid #035abe; border-radius: 5px 0 0 5px; margin-right: -5px;}
.easybtn dl dd.share .box{padding-top: 10px; padding-left: 10;}
.easybtn dl dd.share .box #share-1{width: 220px; text-align: center;}
.easybtn dl dd.share .box #share-1 .social-share .social-share-icon{width: 30px; height: 30px; line-height: 30px;}
.easybtn dl dd.share .box .social-share .icon-wechat .wechat-qrcode{top: auto !important; bottom: 55px !important; left: -22px !important;}
.setIE.ie8 .easybtn dl dt a{background: url(../images/public/easybtn_itm_ie8.png) no-repeat;}
.setIE.ie8 .easybtn dl dd .cont{border: 1px solid #e2e2e2;}

.easybtn-opened .quick-panel{display: none;}
.easybtn-opened dl.dl-toggle dt a:before{background-position: 0 -320px;}
@media (max-width:1600px) {
  .easybtn dl{margin-bottom: 15px;}
  .easybtn dl dt a{padding: 8px; width: 30px; height: 30px; box-shadow: 0 0 12px rgba(102, 157, 217, 0.2);}
  .easybtn dl dt a:before{background-image: url(../images/public/easybtn_icons_sm.png);}
  .easybtn dl.dl-wx dt a:before{background-position: 0 -30px;}
  .easybtn dl.dl-wb dt a:before{background-position: 0 -60px;}
  .easybtn dl.dl-sjb dt a:before{background-position: 0 -90px;}
  .easybtn dl.dl-yssgzh dt a:before{background-position: 0 -120px;}
  .easybtn dl.dl-gotop dt a:before{background-position: 0 -180px;}
  .easybtn dl.dl-toggle dt a:before{background-position: 0 -210px;}
  .easybtn-opened dl.dl-toggle dt a:before{background-position: 0 -240px;}
}
@media (max-width:1280px) {
  .easybtn{display: none;}
}

/*** js分页 ***/
.pagination {text-align: center;margin-top: 20px}
.pagination .layui-laypage button, 
.pagination .layui-laypage input,
.pagination a,
.pagination span{display: inline-block; padding: 0 12px; height: 34px; line-height: 34px; text-align: center; margin:2px 5px;color: #666666; border: 1px solid #e8e8e8; transition: .3s all; border-radius: 2px;}
.pagination .layui-laypage-curr .layui-laypage-em,
.pagination .layui-laypage button:hover,
.pagination a:hover,
.pagination .num.active{background: #214fa5; color: #fff; border-color: #214fa5;}
.pagination .layui-laypage input,
.pagination .jump-ipt{width: 55px; height: 34px; padding: 0; border: 1px solid #e8e8e8; text-align: center;}
.pagination *{display: inline-block; vertical-align: middle;}
.pagination .arrow{display: block; width: 8px; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: 100% auto;}
.pagination .arrow.arrow-left{background-image: url(../images/public/page_arrow_l.png);}
.pagination .arrow.arrow-right{background-image: url(../images/public/page_arrow_r.png);}
.pagination .layui-laypage-prev:hover .arrow,
.pagination .prev:hover .arrow{background-image: url(../images/public/page_arrow_l_hover.png);}
.pagination .layui-laypage-next:hover .arrow,
.pagination .next:hover .arrow{background-image: url(../images/public/page_arrow_r_hover.png);}
.pagination .prev,
.pagination .next{background: #F2F2F2;}
.pagination.center{text-align: center; }
.pagination .layui-laypage a, 
.pagination .layui-laypage span{font-size: 16px;}
.pagination .layui-laypage-skip{height: 36px;line-height: 36px;margin: 0 5px;}
.pagination .none{display: none !important;}
